Gestalt Selectors and Response Values
You can pass thegestaltQD3D
selector to theGestalt
function to determine information about the availability of QuickDraw 3D.
enum { gestaltQD3D = 'qd3d' }Gestalt
returns information to you by returning a long word in theresponse
parameter. Currently, the returned values are defined by constants:
enum { gestaltQD3DNotPresent = 0, gestaltQD3DAvailable = 1 }Constant descriptions
gestaltQD3DNotPresent
- QuickDraw 3D is not available.
gestaltQD3DAvailable
- QuickDraw 3D is available.